home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Chat & Communication / Digsby build 37 / digsby_setup.exe / lib / pyxmpp / all.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2008-10-13  |  1KB  |  23 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.5)
  3.  
  4. __revision__ = '$Id: __init__.py 477 2004-12-29 13:25:42Z jajcus $'
  5. __docformat__ = 'restructuredtext en'
  6. import pyxmpp
  7. from pyxmpp.stream import Stream
  8. from pyxmpp.streambase import StreamError, FatalStreamError, StreamParseError
  9. from pyxmpp.streamtls import StreamEncryptionRequired, tls_available, TLSSettings
  10. from pyxmpp.clientstream import ClientStream, ClientStreamError
  11. from pyxmpp.client import Client, ClientError
  12. from pyxmpp.iq import Iq
  13. from pyxmpp.presence import Presence
  14. from pyxmpp.message import Message
  15. from pyxmpp.jid import JID, JIDError
  16. from pyxmpp.roster import Roster, RosterItem
  17. from pyxmpp.exceptions import *
  18. for name in dir():
  19.     if not name.startswith('_') and name != 'pyxmpp':
  20.         setattr(pyxmpp, name, globals()[name])
  21.         continue
  22.  
  23.